GeoPointOrBuilder

interface GeoPointOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getLatitude(): Int

Coordinate: latitude
int32 latitude = 2;
Link copied to clipboard
abstract fun getLongitude(): Int

Coordinate: longitude
int32 longitude = 3;
Link copied to clipboard
abstract fun getZoom(): Int

Zoom level
int32 zoom = 1;